Skip to main content

ElementToArray Node

The ElementToArray Node gets an element by element to the input Port, composes elements to an array, sends the array to the output Port.

ElementToArray Node
ElementToArray Node

The Input Port can receive an arbitrary number of elements of a defined type of data: object, array, string etc.

For example, if the ElementToArray Node gets 42 messages containing the object person to the input Port, the node will send the array containing information about 42 persons to the output Port.

The ElementToArray Node often used in combination with the WindowRead Node, DictionaryRead Node, ArrayToElement Node.